-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-92871: Postpone the removal of typing.{io,re} to 3.13 #98958
Conversation
3.9 is now only receiving security-related updates, so we'll probably only be backporting to 3.10 and 3.11 :) |
We should probably also remove this line from the "What's New in Python 3.11" page: Line 1853 in 4564490
But maybe it would be better to do that in a separate PR, so that this one backports to 3.10 cleanly. |
Thanks @srittau for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
…nGH-98958) (cherry picked from commit 65d1407) Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
Sorry, @srittau and @JelleZijlstra, I could not cleanly backport this to |
GH-98985 is a backport of this pull request to the 3.11 branch. |
GH-98986 is a backport of this pull request to the 3.10 branch. |
See #92873 for background. Cc @JelleZijlstra
Needs backport to Python 3.9+.